selectInFolderExtra

Main difference from selectInFolder is that it returns the choice and also acacepts extra choices.

selectInFolderExtra
(
string selectWhat
,
string directory
,,,
return scope Choice[] choices
,,
scope string[] extFilters = [".DS_Store"]
)

Parameters

selectWhat string

Description

directory string

Directory to iterate

t Terminal
input RealTimeConsoleInput
extraChoices Choice[]

May be used to go back or cancel process

Return Value

Type: Choice*

Selected choice

Meta